Home
last modified time | relevance | path

Searched hist:"5 d4f3769" (Results 1 – 1 of 1) sorted by relevance

/qemu/
H A Dblockjob.c5d4f3769 Mon Apr 23 15:09:42 GMT 2018 Kevin Wolf <kwolf@redhat.com> blockjob: Split block_job_event_pending()

block_job_event_pending() doesn't only send a QMP event, but it also
transitions to the PENDING state. Split the function so that we get one
part only sending the event (like other block_job_event_* functions) and
another part that does the state transition.

Signed-off-by: Kevin Wolf <kwolf@redhat.com>
Reviewed-by: Max Reitz <mreitz@redhat.com>